Better eval-when-compile example in manual
authorMattias Engdegård <mattiase@acm.org>
Thu, 25 Apr 2024 09:33:25 +0000 (11:33 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 25 Apr 2024 09:39:21 +0000 (11:39 +0200)
commit88ebabe23a253ce040de94e6396bc4f587ba6e69
tree6b5e46b26f9ab540b4623ce8f61cf791acf26d39
parent2c8e7ebe6947b1268986dc51b0c093a68a18ce55
Better eval-when-compile example in manual

* doc/lispref/compile.texi (Eval During Compile):
`regexp-opt` makes for a poor example because as a pure function it
doesn't need `eval-when-compile` for constant inputs.
doc/lispref/compile.texi